dnd: Add a GdkDrag::action property
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jul 2018 23:16:47 +0000 (01:16 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Jul 2018 11:02:42 +0000 (13:02 +0200)
commitdb0b9f61ae542fe0087c3df48f89b5367e708e5d
tree4a4d37d62a5b483157b9d07c987c5f4e65403ef9
parent63ab52314674c32f3aec228d97fd3c511e1bd448
dnd: Add a GdkDrag::action property

This lets us drop the ::action-changed signal for the
property change notification. But, can just as well move
the signal class handers which just update the cursor
to the ::action setter. No need to do this in the backends.
gdk/gdkdrag.c
gdk/gdkdragprivate.h
gdk/wayland/gdkdnd-wayland.c
gdk/win32/gdkdrag-win32.c
gdk/x11/gdkdnd-x11.c